Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 

ParticipantPropertiesChangedEventArgs(
Of TProperties) _
	
Inherits 

PropertiesChangedEventArgs(
Of TProperties)
C#
public 
class 

ParticipantPropertiesChangedEventArgs<TProperties> : 

PropertiesChangedEventArgs<TProperties>
Visual C++
generic<
typename TProperties>
public 
ref class 

ParticipantPropertiesChangedEventArgs : 
public 

PropertiesChangedEventArgs<TProperties>
JavaScript
JavaScript does not support generic types or
methods.

Type Parameters

TProperties

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration . . :: . PropertiesChangedEventArgs < (Of < ( TProperties > ) > )
       Microsoft.Rtc.Collaboration . . :: . ParticipantPropertiesChangedEventArgs < (Of < ( TProperties > ) > )

See Also